Skip to content

Commit

Permalink
Updated GitHub action actions/checkout to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekhyt committed Oct 24, 2022
1 parent e0b5dbe commit fd39f19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -31,7 +31,7 @@ jobs:
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -51,7 +51,7 @@ jobs:
id: set-tag
run: echo ::set-output name=TAG_NAME::${GITHUB_REF:10}
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -77,7 +77,7 @@ jobs:
id: set-tag
run: echo ::set-output name=TAG_NAME::${GITHUB_REF:10}
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit fd39f19

Please sign in to comment.