Skip to content

Commit 62f060c

Browse files
authored
Merge pull request #20 from faucetsdn/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4a53b82 + c7437ab commit 62f060c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
26+
uses: actions/checkout@v5
2727
- name: Bump version
2828
run: |
2929
export DEBEMAIL='[email protected]'

.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@v4
21+
uses: actions/checkout@v5
2222
- name: Bump version
2323
run: |
2424
export DEBEMAIL='[email protected]'

0 commit comments

Comments
 (0)