diff --git a/.github/workflows/CI_build.yml b/.github/workflows/CI_build.yml index ab2c1d2..6b622e1 100644 --- a/.github/workflows/CI_build.yml +++ b/.github/workflows/CI_build.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v2 diff --git a/.github/workflows/CI_update_remote.yml b/.github/workflows/CI_update_remote.yml index 4f3cbeb..ebccc57 100644 --- a/.github/workflows/CI_update_remote.yml +++ b/.github/workflows/CI_update_remote.yml @@ -21,10 +21,10 @@ jobs: steps: - name: Checkout plugintemplate repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Checkout N++ repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: notepad-plus-plus/notepad-plus-plus path: npp_repo