Skip to content

Commit

Permalink
Merge pull request #2 from michaelkoetter/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.1.0

Bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
michaelkoetter authored Oct 8, 2022
2 parents 772830b + 590b502 commit 15c42ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 15c42ee

Please sign in to comment.