Skip to content

Commit

Permalink
Merge pull request #12 from faucetsdn/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
gizmoguy authored Oct 10, 2023
2 parents dc4cdbb + 713664e commit 379a56f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
image: ${{ matrix.distro }}:${{ matrix.release }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
arch: "aarch64"
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: uraimo/[email protected]
name: Build artifact
id: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
image: ${{ matrix.distro }}:${{ matrix.release }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
arch: "aarch64"
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: uraimo/[email protected]
name: Build artifact
id: build
Expand Down

0 comments on commit 379a56f

Please sign in to comment.