Skip to content

Commit 32aac80

Browse files
Merge pull request #5 from MitchellThompkins/use-newer-checkout
Use newer actions to suppress nodejs warnings
2 parents 896019f + 83a6b4b commit 32aac80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
}
115115

116116
steps:
117-
- uses: actions/checkout@v4
117+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # actions/checkout@v6.0.3
118118

119119
- name: Print env
120120
run: |
@@ -160,7 +160,7 @@ jobs:
160160
cxxstd: ["11", "14", "17", "20", "23"]
161161

162162
steps:
163-
- uses: actions/checkout@v4
163+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # actions/checkout@v6.0.3
164164

165165
- name: Print env
166166
run: |

0 commit comments

Comments
 (0)