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 137c643 + a7bb428 commit 56fd2edCopy full SHA for 56fd2ed
2 files changed
.github/workflows/auto-merge.yml
@@ -7,7 +7,7 @@ jobs:
7
auto-merge:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3.3.0
+ - uses: actions/checkout@v4.2.2
11
- uses: ahmadnassri/action-dependabot-auto-merge@v2
12
with:
13
github-token: ${{ secrets.mytoken }}
.github/workflows/create-labels.yml
@@ -14,7 +14,7 @@ jobs:
14
15
-
16
name: Checkout
17
- uses: actions/checkout@v3.3.0
+ uses: actions/checkout@v4.2.2
18
19
name: Run Labeler
20
if: success()
0 commit comments