Skip to content

Commit

Permalink
Update GitHub's checkout action
Browse files Browse the repository at this point in the history
This should fix the failed 'Build and Publish' action: https://github.com/freeipa/freeipa-planet/actions.

The warning points to https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stating that we need to bump the node used by the mentioned action, which was addressed by actions/checkout#1047.

Bumping the version of 'actions/checkout' should fix the issue.
  • Loading branch information
netoarmando authored and abbra committed Aug 22, 2024
1 parent 79b2c4e commit 974c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run build script
run: ./planet-build-hook.sh
Expand Down

0 comments on commit 974c9eb

Please sign in to comment.