Skip to content

Commit 3d9d97c

Browse files
authored
Merge pull request #8 from faucetsdn/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 1adae83 + 8edbc93 commit 3d9d97c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
apt-get -y upgrade
2424
apt-get -y install devscripts dpkg-dev debhelper equivs
2525
- name: Checkout repo
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
- name: Bump version
2828
run: |
2929
export DEBEMAIL='maintainers@faucet.nz'

.github/workflows/test-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
apt-get -y upgrade
1919
apt-get -y install devscripts dpkg-dev debhelper equivs
2020
- name: Checkout repo
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Bump version
2323
run: |
2424
export DEBEMAIL='maintainers@faucet.nz'

0 commit comments

Comments
 (0)