Skip to content

Commit

Permalink
Merge pull request #23 from LacledesLAN/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
dudleycodes committed Sep 6, 2023
2 parents ad1e81a + c3576c0 commit 50a761b
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-linux-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.2.0
- name: Pull Latest Linux Base Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update Docker HUB Description
uses: peter-evans/dockerhub-description@v3
with:
Expand Down

0 comments on commit 50a761b

Please sign in to comment.