Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

# actions/checkout writes its own safe.directory, but later steps
# invoke git from a fresh shell (`sh -e {0}`) where that scoped
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

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