Skip to content

Commit cbf47b8

Browse files
authored
Merge pull request #310 from carapace-sh/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents c2c7269 + 74498ac commit cbf47b8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: ${{ steps.aws.outputs.version }}
1515
steps:
1616
- name: shallow clone
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- id: aws
2020
run: grep --only-matching 'github.com/aws/aws-cli#\([^"]\+\)' package.json | sed 's/.*#/version=/' >> "$GITHUB_OUTPUT"

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'carapace-sh/carapace-aws'
1313
steps:
1414
- name: deep clone
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
container: ghcr.io/carapace-sh/go:1.25.4
1212
steps:
1313
- name: shallow clone
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
if: "!startsWith(github.ref, 'refs/tags/')"
1616

1717
- name: deep clone
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
if: startsWith(github.ref, 'refs/tags/')
2020
with:
2121
fetch-depth: 0

0 commit comments

Comments
 (0)