Skip to content

Commit 28c90af

Browse files
authored
Merge pull request #2048 from beeware/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.1 to 4.2.2
2 parents 8b7c343 + 924255a commit 28c90af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# experimental: true
8080
steps:
8181
- name: Checkout
82-
uses: actions/checkout@v4.2.1
82+
uses: actions/checkout@v4.2.2
8383
with:
8484
fetch-depth: 0
8585

@@ -131,7 +131,7 @@ jobs:
131131
if: always() && contains('success,failure', needs.unit-tests.result)
132132
steps:
133133
- name: Checkout
134-
uses: actions/checkout@v4.2.1
134+
uses: actions/checkout@v4.2.2
135135
with:
136136
fetch-depth: 0
137137

changes/2048.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated actions/checkout from 4.2.1 to 4.2.2.

0 commit comments

Comments
 (0)