Skip to content

Commit

Permalink
Merge pull request #8 from faucetsdn/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
gizmoguy authored May 15, 2023
2 parents 861140f + 3e00b85 commit 8041717
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@v2
uses: actions/checkout@v3
- 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@v2
uses: actions/checkout@v3
- 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@v2
uses: actions/checkout@v3
- 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@v2
uses: actions/checkout@v3
- uses: uraimo/[email protected]
name: Build artifact
id: build
Expand Down

0 comments on commit 8041717

Please sign in to comment.