We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624b8fe commit 96f269fCopy full SHA for 96f269f
2 files changed
.github/workflows/linux.yml
@@ -13,7 +13,7 @@ jobs:
13
- almalinux-8
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@master
+ - uses: actions/checkout@v4
17
- name: Install XMLua
18
run: |
19
docker build \
.github/workflows/macos.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
runs-on: macos-latest
11
12
brew update
0 commit comments