Skip to content

Commit

Permalink
Merge pull request #59 from WyriHaximus/Use-checkout-v2-action-1
Browse files Browse the repository at this point in the history
Use checkout v2 action
  • Loading branch information
WyriHaximus authored Jan 23, 2021
2 parents 0a038fe + 699bc95 commit 4230ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container:
image: wyrihaximusnet/php:7.3-zts-alpine3.10-dev-root
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Install Dependencies
run: composer install --ansi --no-progress --no-interaction --prefer-dist
- name: Generate new version file
Expand Down

0 comments on commit 4230ecd

Please sign in to comment.