Skip to content

Commit 71dde9a

Browse files
authored
Merge pull request #293 from ppfeufer/dependabot/github_actions/master/actions/checkout-7
[github-actions] Bump actions/checkout from 6 to 7
2 parents e06d8e3 + 5fca078 commit 71dde9a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/automated-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
# Checkout the repository
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@v7
3434

3535
# Set up Python
3636
# - name: Set up Python
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
# Checkout the repository
9696
- name: Checkout
97-
uses: actions/checkout@v6
97+
uses: actions/checkout@v7
9898

9999
# Install redis
100100
- name: Install redis
@@ -196,7 +196,7 @@ jobs:
196196
# steps:
197197
# # Checkout the repository
198198
# - name: Checkout
199-
# uses: actions/checkout@v6
199+
# uses: actions/checkout@v7
200200
#
201201
# # Install redis
202202
# - name: Install redis
@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240
# Checkout the repository
241241
- name: Checkout
242-
uses: actions/checkout@v6
242+
uses: actions/checkout@v7
243243

244244
# Set up Python
245245
- name: Set up Python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Checkout the repository
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131

3232
# Set up Python
3333
- name: Set up Python

0 commit comments

Comments
 (0)