Skip to content

Commit

Permalink
Merge pull request #72 from mike-matera/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
mike-matera authored Mar 14, 2022
2 parents 9c8e2e0 + b4a31f8 commit dde6d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download JSON schema for labels configuration file
id: download-schema
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
echo "::set-output name=flag::--dry-run"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Download configuration files artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit dde6d99

Please # to comment.