Skip to content

Commit 37dbffd

Browse files
authored
Merge pull request #34 from mvaisakh/dependabot/github_actions/actions/checkout-5
Build(deps): Bump actions/checkout from 4 to 5
2 parents 02a77b0 + 132bef6 commit 37dbffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/toolchain-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set build date
2323
id: get-date
2424
run: |
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656

5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959
- name: Set build date
6060
id: get-date
6161
run: |
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989

9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v5
9292
- name: Restoring artifacts
9393
uses: actions/download-artifact@main
9494
with:

0 commit comments

Comments
 (0)