Skip to content

Commit c6674bd

Browse files
Merge pull request #2 from arfshl/dependabot/github_actions/github-actions-updates-640176b5ab
Bump actions/checkout from 6 to 7 in the github-actions-updates group
2 parents 55d8ace + 9b23dcf commit c6674bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
RELEASE_EDGE: ${{ steps.start_build.outputs.RELEASE_EDGE }}
2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
fetch-depth: 0
2929
- id: start_build
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-24.04-arm
4141
steps:
4242
- name: Checkout Repository
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444
with:
4545
fetch-depth: 0
4646
- id: start_build

.github/workflows/codebergmirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)