Skip to content

Commit c20cd22

Browse files
authored
Merge pull request #7 from permafrost-dev/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents a42d517 + 421e5c0 commit c20cd22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424

2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)