Skip to content

Commit 78fa90e

Browse files
authored
Merge pull request #176 from Xubuntu/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.1 to 4.2.2
2 parents 8bc4b30 + e8bddfc commit 78fa90e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/distcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/[email protected].1
15+
- uses: actions/[email protected].2
1616
- name: apt update
1717
run: sudo apt update
1818
- name: Install build dependencies

.github/workflows/track-lp-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
# Checkout code
19-
- uses: actions/[email protected].1
19+
- uses: actions/[email protected].2
2020
- name: Install Python 3
2121
uses: actions/[email protected]
2222
with:

0 commit comments

Comments
 (0)