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.
2 parents 28f807d + 5724ba7 commit 07ab936Copy full SHA for 07ab936
1 file changed
.github/workflows/examples.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
14
- uses: nelonoel/branch-name@v1.0.1
15
16
# https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions
@@ -20,7 +20,7 @@ jobs:
20
id: extract_branch
21
22
- name: Checkout lems
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
with:
25
repository: LEMS/LEMS
26
ref: ${{ steps.extract_branch.outputs.branch }}
0 commit comments