Skip to content

Commit 07ab936

Browse files
Merge pull request #135 from LEMS/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 28f807d + 5724ba7 commit 07ab936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
- uses: nelonoel/branch-name@v1.0.1
1515

1616
# https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions
@@ -20,7 +20,7 @@ jobs:
2020
id: extract_branch
2121

2222
- name: Checkout lems
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424
with:
2525
repository: LEMS/LEMS
2626
ref: ${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)