1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00

Merge pull request #61 from roles-ansible/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.4.0 to 3
This commit is contained in:
L3D 2022-03-27 19:41:55 +02:00 committed by GitHub
commit c1d7ea9cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
- name: galaxy
uses: robertdebock/galaxy-action@1.1.1
with:

View file

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
@ -47,7 +47,7 @@ jobs:
- debian10
steps:
- name: checkout
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: molecule