Skip to content

Commit

Permalink
Update the update-osp-nightly GH action
Browse files Browse the repository at this point in the history
The peter-evans/create-pull-request GH action has newer version fixing
the "Node.js 16 actions are deprecated. Please update the following
actions to use Node.js 20" error.
  • Loading branch information
enarha committed Mar 18, 2024
1 parent 3addce9 commit 422f33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-osp-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "DEBUG: Tag digest: $digest"
sed -i -E "s/sha256:[0-9a-f]{64}/${digest}/g" operator/gitops/argocd/pipeline-service/openshift-pipelines/osp-nightly-catalog-source.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
# the branch name is used by other jobs to open infra-deployments PR
# and skip downgrade tests.
Expand Down

0 comments on commit 422f33e

Please sign in to comment.