Skip to content

Commit ebceca2

Browse files
authored
Merge pull request #130 from 42ByteLabs/dependabot/github_actions/main/production-dependencies-76468cb07f
deps: bump actions/checkout from 5 to 6 in the production-dependencies group
2 parents fcafca2 + 99af0ca commit ebceca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: "Checkout"
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v3

.github/workflows/self-action.yml

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

1717
- name: "Run Action"
1818
uses: 42ByteLabs/[email protected]

0 commit comments

Comments
 (0)