diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 5e0c094..381dfcd 100644 --- a/.github/workflows/bump-asf-reference.yml +++ b/.github/workflows/bump-asf-reference.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: token: ${{ env.PUSH_GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b89ffe..4d1a78e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: submodules: recursive diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 055ab98..963e067 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -17,7 +17,7 @@ jobs: name: Keep the repo alive runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.4 timeout-minutes: 5 - uses: gautamkrishnar/keepalive-workflow@v1 timeout-minutes: 5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7b3c6a0..e77bc39 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 with: submodules: recursive @@ -172,7 +172,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 # TODO: It'd be perfect if we could match final artifacts to the platform they target, so e.g. linux build comes from the linux machine # However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897 diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index a5fc2e2..2c51084 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 timeout-minutes: 5 with: submodules: recursive