diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 1087c38..c5890f2 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -36,7 +36,7 @@ jobs: runs-on: ${{ inputs.runner }} steps: - name: Checkout Repo - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: ${{ inputs.repository }} - name: Setup dotnet diff --git a/.github/workflows/npm_build.yml b/.github/workflows/npm_build.yml index 8ce4eb8..5fc08d9 100644 --- a/.github/workflows/npm_build.yml +++ b/.github/workflows/npm_build.yml @@ -24,7 +24,7 @@ jobs: runs-on: ${{ inputs.runner }} steps: - name: Checkout Repo - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: repository: ${{ inputs.repository }} - name: Setup node