Skip to content
Snippets Groups Projects
Unverified Commit 1d225394 authored by Pavel Břoušek's avatar Pavel Břoušek Committed by GitHub
Browse files

Merge pull request #67 from CESNET/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
parents 0de1bbdf 3962c673
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ jobs:
php-version: [7.4, 8.0]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache Composer dependencies
uses: actions/cache@v2
with:
......@@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment