Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump github action version to fix deprecations #82

Merged
merged 2 commits into from
Oct 4, 2023
Merged

chore: bump github action version to fix deprecations #82

merged 2 commits into from
Oct 4, 2023

Conversation

Chris53897
Copy link
Contributor

No description provided.

- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: zip
coverage: none
tools: phive
- id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are you try to do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the deprecation messages in github actions. Example: https://github.com/dbrekelmans/browser-driver-installer/actions/runs/6144208291

The **set-output** command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

The other changes are
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, bruceadams/get-release@v1.2.2, actions/upload-release-asset@v1, peter-evans/repository-dispatch@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

@dbrekelmans
Copy link
Owner

Thank you @Chris53897!

@dbrekelmans dbrekelmans merged commit 838cccd into dbrekelmans:main Oct 4, 2023
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants