From 8e1c12c993f8b39817f60a62016f0793a826cfc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:45:04 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-asf-reference.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/keepalive.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/test_integration.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 05205c8..9b6258e 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.5 + uses: actions/checkout@v4.1.6 with: token: ${{ env.PUSH_GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d58f6e..acf409c 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.5 + uses: actions/checkout@v4.1.6 with: submodules: recursive diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index d113756..f2adc90 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.5 + - uses: actions/checkout@v4.1.6 timeout-minutes: 5 - uses: gautamkrishnar/keepalive-workflow@v2 timeout-minutes: 5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d23eee..49a11de 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.5 + uses: actions/checkout@v4.1.6 with: submodules: recursive @@ -172,7 +172,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 # 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 26b4696..d4751cd 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.5 + uses: actions/checkout@v4.1.6 timeout-minutes: 5 with: submodules: recursive