Skip to content

Commit

Permalink
update checkout actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rfns authored Apr 3, 2024
1 parent c86cd49 commit 1b7eafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-xml-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone this repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: app
- name: Clone IRIS-CI-XML
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: iris-ci-xml
repository: rfns/iris-ci-xml
Expand Down

0 comments on commit 1b7eafb

Please sign in to comment.