Skip to content

Commit

Permalink
Merge pull request #1106 from john30/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
john30 authored Dec 26, 2023
2 parents f60e013 + f6364d4 commit 2aee1f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: gh-describe
id: gittag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: packages
run: sudo apt-get update && sudo apt-get install -y libmosquitto1 libmosquitto-dev libssl1.1 libssl-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preparerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
-
name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: gh-describe
id: gittag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 2aee1f6

Please sign in to comment.