Skip to content

Commit 568ad63

Browse files
r1ddl3mars64
andauthored
ci: update checkout action to v3 (#20)
* parameterize engine_version (#16) * Updating checkout action to v3 --------- Co-authored-by: Marcial White <[email protected]>
1 parent 5d8a793 commit 568ad63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
name: release
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@v2
6+
- uses: actions/checkout@v3
77
- uses: actions/setup-node@v3
88
with:
99
node-version: 18

0 commit comments

Comments
 (0)