Skip to content

Commit

Permalink
Merge pull request #1639 from asdf-format/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…ain/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
braingram authored Sep 8, 2023
2 parents cee306e + db98253 commit 7a522b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Grep for PR number in CHANGES.rst
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- arch: s390x

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand Down

0 comments on commit 7a522b3

Please sign in to comment.