Skip to content

Commit

Permalink
Merge pull request #8210 from vimeo/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
orklah committed Jun 30, 2022
2 parents fdb664f + 005d3e2 commit b156892
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
tools: composer:v2
coverage: none

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Composer Cache Directories
id: composer-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
tools: composer:v2
coverage: none

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Composer Cache Directories
id: composer-cache
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
coverage: none
extensions: decimal

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Composer Cache Directories
id: composer-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shepherd.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-ci.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
tools: composer:v2
coverage: none

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Composer Cache Directories
id: composer-cache
Expand Down

0 comments on commit b156892

Please sign in to comment.