Skip to content

Commit

Permalink
Bump actions/checkout from 2.5.0 to 4.1.2 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent d8a2bc4 commit bf5b3a2
Show file tree
Hide file tree
Showing 4 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/checkout@v2.5.0
uses: actions/checkout@v4.1.2

- 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/checkout@v4
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 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/checkout@v3
uses: actions/checkout@v4.1.2

- name: Install Python
uses: actions/setup-python@v5
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.2

- name: Format all files
run: make dev fmt
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.2
with:
fetch-depth: 0

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/checkout@v3
- uses: actions/checkout@v4.1.2

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

0 comments on commit bf5b3a2

Please sign in to comment.