Skip to content

Commit 0595ea5

Browse files
authored
Merge pull request #220 from target/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 60f96b4 + dd593bc commit 0595ea5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout current branch (full)
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- uses: coursier/cache-action@v6
2727
with:
2828
extraKey: ${{ runner.os }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout current branch (full)
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- uses: coursier/cache-action@v6
2020
with:
2121
extraKey: ${{ runner.os }}

0 commit comments

Comments
 (0)