Skip to content

Commit d873c28

Browse files
Merge pull request #2 from cda-tum/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4d8cc16 + 525ecab commit d873c28

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v3

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Build wheel
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
4141
name: Build source distribution
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0
4747
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)