Skip to content

Commit 186aaad

Browse files
committed
Pin actions/checkout version
F-529
1 parent 9c4e77d commit 186aaad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ada.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v4
1717

1818
- name: Install alire
1919
uses: alire-project/setup-alire@v5

.github/workflows/win-csharp-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Pull wolfssl
30-
uses: actions/checkout@master
30+
uses: actions/checkout@v4
3131
with:
3232
repository: wolfssl/wolfssl
3333
path: wolfssl

0 commit comments

Comments
 (0)