Skip to content

Commit

Permalink
bump actions/checkout from v1 to v2.3.4 (via allure-framework#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 26, 2021
1 parent 23aae82 commit 6eeef44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build71:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.1.3'
Expand All @@ -24,7 +24,7 @@ jobs:
build72:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.2'
Expand All @@ -35,7 +35,7 @@ jobs:
build73:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
Expand All @@ -46,7 +46,7 @@ jobs:
build74:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
Expand All @@ -57,7 +57,7 @@ jobs:
build80:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2.3.4
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
Expand Down

0 comments on commit 6eeef44

Please sign in to comment.