This pull request includes updates to the GitHub Actions workflow configuration file to ensure compatibility with newer versions of actions and improve the deployment process.
Updates to GitHub Actions workflow:
.github/workflows/deploy.yml: Updated actions/checkout from version v2 to v3 to use the latest features and improvements.
.github/workflows/deploy.yml: Updated slackapi/slack-github-action from version v1.18.0 to v1.24.0 to benefit from the latest bug fixes and enhancements.
Fix #38
This pull request includes updates to the GitHub Actions workflow configuration file to ensure compatibility with newer versions of actions and improve the deployment process.
Updates to GitHub Actions workflow:
.github/workflows/deploy.yml
: Updatedactions/checkout
from versionv2
tov3
to use the latest features and improvements..github/workflows/deploy.yml
: Updatedslackapi/slack-github-action
from versionv1.18.0
tov1.24.0
to benefit from the latest bug fixes and enhancements.