Skip to content

Commit b93dc39

Browse files
authored
Merge pull request #175 from Xubuntu/dependabot/github_actions/actions/checkout-4.2.1
Bump actions/checkout from 4.2.0 to 4.2.1
2 parents 5a0a957 + 4c65f6f commit b93dc39

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].0
15+
- uses: actions/[email protected].1
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].0
19+
- uses: actions/[email protected].1
2020
- name: Install Python 3
2121
uses: actions/[email protected]
2222
with:

0 commit comments

Comments
 (0)