Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/fix-fleetctl-new-checkout-action
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated the version of the checkout action in the `fleetctl new` template to avoid Node warnings.
Comment thread
sgress454 marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Make github action script executable
run: chmod +x ./.github/fleet-gitops/gitops.sh
Expand Down
Loading