Skip to content

Commit 9843f1a

Browse files
authored
Merge pull request #2009 from beeware/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 42881d4 + 8a14bc4 commit 9843f1a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
experimental: true
8383
steps:
8484
- name: Checkout
85-
uses: actions/checkout@v4.1.7
85+
uses: actions/checkout@v4.2.0
8686
with:
8787
fetch-depth: 0
8888

@@ -133,7 +133,7 @@ jobs:
133133
if: always() && contains('success,failure', needs.unit-tests.result)
134134
steps:
135135
- name: Checkout
136-
uses: actions/checkout@v4.1.7
136+
uses: actions/checkout@v4.2.0
137137
with:
138138
fetch-depth: 0
139139

changes/2009.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/checkout from 4.1.7 to 4.2.0.

0 commit comments

Comments
 (0)