We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47edd9a + a03dd65 commit 8196bb6Copy full SHA for 8196bb6
.github/workflows/test_action.yaml
@@ -7,7 +7,7 @@ jobs:
7
name: Run action on test file in repo
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
11
- name: Generate version data using local action
12
uses: ./
13
with:
.github/workflows/test_bench.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
14
15
16
17
- uses: prefix-dev/setup-pixi@v0.9.3
18
action.yaml
@@ -33,7 +33,7 @@ runs:
33
using: "composite"
34
35
- name: Checkout code
36
37
38
- name: Set up Git
39
shell: bash
0 commit comments