Skip to content

Commit 1b7eafb

Browse files
authored
update checkout actions to v4
1 parent c86cd49 commit 1b7eafb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-xml-asset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Clone this repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
path: app
1515
- name: Clone IRIS-CI-XML
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
with:
1818
path: iris-ci-xml
1919
repository: rfns/iris-ci-xml

0 commit comments

Comments
 (0)