From ef14e4be28d9e5bde6dca16e871c6d2d264aeb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:52:00 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 dca8fa0eb050d6d..da01135e24e80b3 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 5ade01d75da9b92..4b80714b987f520 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 7dfe38ace73bd59..c140c8c7ef1f70b 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -25,7 +25,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: ${{ matrix.version }} @@ -94,7 +94,7 @@ jobs: environment: stopwatch runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 354ca847df3f584..0e5812986fd2099 100644 --- a/.github/workflows/automerge_staging.yml +++ b/.github/workflows/automerge_staging.yml @@ -25,7 +25,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 f0e446b07567189..3594bb81749dae4 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 b30a8c2c006e8f5..4889cfd9ed6eee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 0484f690260ccd3..b43582ba2bb4407 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v2.3.4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 b1fa761d84f9da0..3fde2be20c73200 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 2ac0f92d9887a65..384c0bbe53b972a 100644 --- a/.github/workflows/update_manifests.yml +++ b/.github/workflows/update_manifests.yml @@ -32,7 +32,7 @@ jobs: - '1' - 'nightly' steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.3.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3.3.0 - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc # v1.9.2 with: version: ${{ matrix.version }} @@ -89,7 +89,7 @@ jobs: strategy: fail-fast: false steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: rm -rf /tmp/manifest_updater - run: mkdir /tmp/manifest_updater - run: chmod 700 /tmp/manifest_updater