Skip to content

Commit

Permalink
Merge pull request #1 from phppkg/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3
  • Loading branch information
inhere authored Mar 2, 2022
2 parents ae84b0b + 8a4aaa8 commit e0cebde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# usage refer https://github.com/shivammathur/setup-php
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set ENV for github-release
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
Expand Down

0 comments on commit e0cebde

Please sign in to comment.