Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent 5d65c32 commit 7ab662f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: larger
steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-cheat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Install Python
uses: actions/setup-python@v5
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Format all files
run: make dev fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Used to attach signing artifacts to the published release.
contents: write
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7

- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 7ab662f

Please sign in to comment.