We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42881d4 + 8a14bc4 commit 9843f1aCopy full SHA for 9843f1a
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
experimental: true
83
steps:
84
- name: Checkout
85
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.0
86
with:
87
fetch-depth: 0
88
@@ -133,7 +133,7 @@ jobs:
133
if: always() && contains('success,failure', needs.unit-tests.result)
134
135
136
137
138
139
changes/2009.misc.rst
@@ -0,0 +1 @@
1
+Updated actions/checkout from 4.1.7 to 4.2.0.
0 commit comments