Skip to content

Commit 1513497

Browse files
authored
Merge pull request #19 from legend-exp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents faeaf04 + 27114e5 commit 1513497

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ubuntu-latest, macos-14]
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v6
3232
with:

0 commit comments

Comments
 (0)