Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #38 from JonasAlfredsson/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
JonasAlfredsson authored May 12, 2021
2 parents 5485290 + 87b4420 commit a7912f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Set up QEMU environment
uses: docker/setup-qemu-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- name: Extract version numbers from GitHub reference
id: tagger
Expand Down

0 comments on commit a7912f0

Please sign in to comment.