We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465fccc commit 839c158Copy full SHA for 839c158
.github/workflows/binaries.yml
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ${{ matrix.builder }}
48
steps:
49
- name: Checkout
50
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
51
52
- uses: jiro4989/[email protected]
53
with:
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
git config --global user.name "atlasbot"
54
- name: Checkout atlas
55
56
57
path: atlas
58
submodules: false
@@ -169,7 +169,7 @@ jobs:
169
170
171
172
173
174
175
0 commit comments