From 2fe43b66e4e50beb30a199a523cf4d94a92868e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:46:32 -0400 Subject: [PATCH] Bump actions/checkout from 3.5.1 to 3.5.2 (#81568) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.2. - [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/83b7061638ee4956cf7545a6f7efe594e5ad0247...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dilum Aluthge --- .github/workflows/TagBotTriggers.yml | 2 +- .github/workflows/announce.yml | 2 +- .github/workflows/automerge.yml | 4 ++-- .github/workflows/automerge_staging.yml | 2 +- .github/workflows/breaking_change_feed.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/feed.yml | 4 ++-- .github/workflows/feed_manual_prs.yml | 2 +- .github/workflows/update_manifests.yml | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/TagBotTriggers.yml b/.github/workflows/TagBotTriggers.yml index 7b5d8504f94b98e..f3a654bb731fc56 100644 --- a/.github/workflows/TagBotTriggers.yml +++ b/.github/workflows/TagBotTriggers.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event.pull_request.merged runs-on: ubuntu-latest steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - run: write(ENV["GITHUB_OUTPUT"], "manifest_version=$(VERSION.major).$(VERSION.minor)") shell: julia --color=yes --project=.ci/ {0} id: manifest_version diff --git a/.github/workflows/announce.yml b/.github/workflows/announce.yml index a2dd30c68b9ca30..f59485d61b32e7e 100644 --- a/.github/workflows/announce.yml +++ b/.github/workflows/announce.yml @@ -16,7 +16,7 @@ jobs: - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: 1.7.2 - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - name: Send to Twitter shell: julia --color=yes {0} run: | diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 1de6304500e5869..3fb706bd3a7d708 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -25,7 +25,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: ${{ matrix.version }} @@ -91,7 +91,7 @@ jobs: environment: stopwatch runs-on: ubuntu-latest steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: '1' diff --git a/.github/workflows/automerge_staging.yml b/.github/workflows/automerge_staging.yml index 89bd67f27c260b9..100effbb90c7ac0 100644 --- a/.github/workflows/automerge_staging.yml +++ b/.github/workflows/automerge_staging.yml @@ -25,7 +25,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: ${{ matrix.version }} diff --git a/.github/workflows/breaking_change_feed.yml b/.github/workflows/breaking_change_feed.yml index 5a13e4575e59884..dee3b97106e2a1c 100644 --- a/.github/workflows/breaking_change_feed.yml +++ b/.github/workflows/breaking_change_feed.yml @@ -13,7 +13,7 @@ jobs: - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: 1.6.2 - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - name: Collect Zulip info id: zulip shell: julia --color=yes {0} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be4f902579cd74..ac43fbd76beeb57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: ${{ matrix.version }} diff --git a/.github/workflows/feed.yml b/.github/workflows/feed.yml index 4fb87320f2e4004..96e6dee8e6f59da 100644 --- a/.github/workflows/feed.yml +++ b/.github/workflows/feed.yml @@ -13,7 +13,7 @@ jobs: - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: 1.6.2 - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - name: Send to Slack shell: julia --color=yes {0} run: | @@ -57,7 +57,7 @@ jobs: - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc with: version: 1.6.2 - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v2.3.4 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v2.3.4 - name: Collect Zulip info id: zulip shell: julia --color=yes {0} diff --git a/.github/workflows/feed_manual_prs.yml b/.github/workflows/feed_manual_prs.yml index 0ecd1c2f15b5b9d..8c30ce570d0b23e 100644 --- a/.github/workflows/feed_manual_prs.yml +++ b/.github/workflows/feed_manual_prs.yml @@ -12,7 +12,7 @@ jobs: - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: 1.6.2 - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - name: Send to Slack shell: julia --color=yes {0} run: | diff --git a/.github/workflows/update_manifests.yml b/.github/workflows/update_manifests.yml index d407a848b67c78d..fb563a7dbda27ec 100644 --- a/.github/workflows/update_manifests.yml +++ b/.github/workflows/update_manifests.yml @@ -31,7 +31,7 @@ jobs: - '1' - 'nightly' steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: ${{ matrix.version }} @@ -88,7 +88,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - run: rm -rf /tmp/manifest_updater - run: mkdir /tmp/manifest_updater - run: chmod 700 /tmp/manifest_updater