Skip to content

Commit

Permalink
update checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Sep 5, 2023
1 parent c2ad1f2 commit ee8fb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: ${{ inputs.docker_uri }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Guts for ${{ inputs.docker_uri }}
uses: singularityhub/guts/action/manifest@main
with:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Checkout Repository
if: (github.event_name != 'pull_request')
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Push new result
if: (github.event_name != 'pull_request')
Expand Down

0 comments on commit ee8fb8a

Please sign in to comment.