Merge pull request #1714 from wpscanteam/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.4.0 to 3
This commit is contained in:
Erwan
2022-03-02 12:02:11 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: checkout sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
- name: Set tag to latest
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'schedule'