Skip to content

Commit 96c247d

Browse files
authored
Merge pull request #12 from faucetsdn/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e7ed42e + 9d00333 commit 96c247d

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@v3
26+
uses: actions/checkout@v4
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@v3
21+
uses: actions/checkout@v4
2222
- name: Bump version
2323
run: |
2424
export DEBEMAIL='maintainers@faucet.nz'

0 commit comments

Comments
 (0)