Skip to content

Commit

Permalink
Update docker-image action to checkout@v4
Browse files Browse the repository at this point in the history
This should fix the "Node.js 12 actions are deprecated" warning in
our CI jobs.  The only differences between checkout@v2 and @v4 is
the switch to nodejs-20 and the addition of a showProgress option.
  • Loading branch information
yselkowitz committed May 30, 2024
1 parent a0f714a commit eb15314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Update GPG keys
run: dnf -y update fedora-gpg-keys
Expand Down

0 comments on commit eb15314

Please sign in to comment.