Skip to content

Commit bbadc76

Browse files
authored
Merge pull request #50 from BeyteFlow/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents d426c31 + 8c1d408 commit bbadc76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
autofix:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- uses: actions/setup-node@v4
1818
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v4

.github/workflows/issue_label_bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
label:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616

1717
- name: Apply labels based on keywords
1818
env:

0 commit comments

Comments
 (0)