Skip to content

Commit 96f269f

Browse files
committed
ci: use tag
1 parent 624b8fe commit 96f269f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- almalinux-8
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v4
1717
- name: Install XMLua
1818
run: |
1919
docker build \

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
runs-on: macos-latest
1111
steps:
12-
- uses: actions/checkout@master
12+
- uses: actions/checkout@v4
1313
- name: Install XMLua
1414
run: |
1515
brew update

0 commit comments

Comments
 (0)