Skip to content

Commit e9bae6b

Browse files
authored
Merge pull request #37 from libranet/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2441757 + efdad68 commit e9bae6b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bandit.yaml

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

3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Bandit Scan
3434
uses: shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
3535
with: # optional arguments

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
auto-merge:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1313
with:
1414
target: minor

.github/workflows/linting.yaml

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

2626
steps:
2727
# https://github.com/actions/checkout
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
persist-credentials: false
3131
fetch-depth: 0

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# https://github.com/actions/checkout
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
# https://github.com/actions/setup-python
2727
- name: Setup Python

.github/workflows/testing.yaml

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

5959
steps:
6060
# https://github.com/actions/checkout
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
with:
6363
persist-credentials: false
6464
fetch-depth: 0

0 commit comments

Comments
 (0)