Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess committed Aug 30, 2023
2 parents e38a7e3 + bb452df commit 47dcfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
# Required by flakes
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
# Required by flakes
fetch-depth: 0
Expand Down

0 comments on commit 47dcfc1

Please sign in to comment.