Skip to content

Commit 9e5eed1

Browse files
authored
Merge pull request #38 from vtemian/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 0c8bc18 + d7cacac commit 9e5eed1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

1515
- uses: oven-sh/setup-bun@v2
1616
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- uses: oven-sh/setup-bun@v2
2121
with:

0 commit comments

Comments
 (0)