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 e67567a commit 9bfd51eCopy full SHA for 9bfd51e
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
arch: arm64
12
runs-on: ${{ matrix.os }}
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: snapcore/action-build@v1
16
id: snapcraft
17
with:
.github/workflows/update.yaml
@@ -14,7 +14,7 @@ jobs:
update:
runs-on: ubuntu-latest
18
- name: get latest dvc version
19
id: latest
20
shell: bash
0 commit comments