We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b7c343 + 924255a commit 28c90afCopy full SHA for 28c90af
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
# experimental: true
80
steps:
81
- name: Checkout
82
- uses: actions/checkout@v4.2.1
+ uses: actions/checkout@v4.2.2
83
with:
84
fetch-depth: 0
85
@@ -131,7 +131,7 @@ jobs:
131
if: always() && contains('success,failure', needs.unit-tests.result)
132
133
134
135
136
137
changes/2048.misc.rst
@@ -0,0 +1 @@
1
+Updated actions/checkout from 4.2.1 to 4.2.2.
0 commit comments