Skip to content

Commit 56fd2ed

Browse files
authored
Merge pull request #6 from N6REJ/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 3.3.0 to 4.2.2
2 parents 137c643 + a7bb428 commit 56fd2ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3.3.0
10+
- uses: actions/checkout@v4.2.2
1111
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1212
with:
1313
github-token: ${{ secrets.mytoken }}

.github/workflows/create-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v3.3.0
17+
uses: actions/checkout@v4.2.2
1818
-
1919
name: Run Labeler
2020
if: success()

0 commit comments

Comments
 (0)