Skip to content

Commit cdc4642

Browse files
authored
Merge pull request #6 from alphadev-net/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 6e1d3ad + bd7fe9d commit cdc4642

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@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Set Release Info
1919
uses: cuchi/[email protected]

.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@v4
19+
- uses: actions/checkout@v5
2020

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

0 commit comments

Comments
 (0)