Skip to content

Commit 1bbc6fb

Browse files
authored
Merge pull request #115 from thawk105/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 7e268f2 + 0e11724 commit 1bbc6fb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
CCACHE_DIR: ${{ github.workspace }}/.ccache
4141

4242
steps:
43-
- uses: actions/checkout@v6
43+
- uses: actions/checkout@v7
4444

4545
# actions/checkout writes its own safe.directory, but later steps
4646
# invoke git from a fresh shell (`sh -e {0}`) where that scoped

.github/workflows/devcontainer-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
packages: write
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323

2424
- uses: docker/setup-buildx-action@v4
2525

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 10
3636

3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939

4040
# Later steps run git from a fresh `sh -e {0}` shell where
4141
# checkout's scoped safe.directory is not always picked up; set it

0 commit comments

Comments
 (0)