Skip to content

Commit

Permalink
docker: Update actions/checkout to v4
Browse files Browse the repository at this point in the history
* The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Change-Id: Iba97251731928e795fc7298e74df660367e1e24e
Signed-off-by: Sushrut1101 <[email protected]>
  • Loading branch information
Sushrut1101 committed Aug 28, 2024
1 parent 94f8fb4 commit 02932e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
IMAGE_TAG: arch
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configuring git
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
IMAGE_TAG: latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configuring git
run: |
Expand Down

0 comments on commit 02932e2

Please sign in to comment.