Skip to content

Commit 5f3c357

Browse files
authored
Merge pull request #5 from N6REJ/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.1.0 to 3.3.0
2 parents 75510af + 7358e28 commit 5f3c357

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.1.0
10+
- uses: actions/checkout@v3.3.0
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.1.0
17+
uses: actions/checkout@v3.3.0
1818
-
1919
name: Run Labeler
2020
if: success()

0 commit comments

Comments
 (0)