Skip to content

Commit 28b3045

Browse files
chore: Update GHA dep: Bump actions/checkout from 4.2.2 to 4.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08eba0b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 530362f commit 28b3045

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/make-based-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2424
with:
2525
persist-credentials: false
2626
# This will post a comment on PRs when poetry.lock changes
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout code
42-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4343
with:
4444
persist-credentials: false
4545

.github/workflows/pre-commit-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
auto-update:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
with:
1818
persist-credentials: false
1919

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
actions: read # only needed for private repos
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2222
with:
2323
persist-credentials: false
2424

0 commit comments

Comments
 (0)