Skip to content

Commit f127408

Browse files
authored
Merge pull request #12 from alphadev-net/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 64279ff + a1e666a commit f127408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: Set Release Info
1919
uses: cuchi/jinja2-action@v1.3.0

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Run Unit Tests
2222
run: ./amper test

0 commit comments

Comments
 (0)