Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3.6.0...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 5d43dc2 commit b84c225
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
-
name: GPG conf
uses: actions/github-script@v7
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
-
name: Get test key and passphrase
uses: actions/github-script@v7
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
-
name: GPG conf
uses: actions/github-script@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
-
name: Test
uses: docker/bake-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
-
name: Targets matrix
id: targets
Expand All @@ -47,7 +47,7 @@ jobs:

-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
-
name: Validate
uses: docker/bake-action@v4
Expand Down

0 comments on commit b84c225

Please sign in to comment.