Skip to content

Commit

Permalink
Merge pull request #24 from dakkshesh07/checkout-v4
Browse files Browse the repository at this point in the history
workflows: Update to actions/checkout@v4
  • Loading branch information
mvaisakh committed Oct 1, 2023
2 parents 182d30f + 630e966 commit 686ddf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/toolchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
image: fedora:latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set build date
id: get-date
run: |
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
image: fedora:latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set build date
id: get-date
run: |
Expand Down

0 comments on commit 686ddf0

Please sign in to comment.