Skip to content

Commit

Permalink
Merge pull request #174 from Xubuntu/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
bluesabre authored Sep 26, 2024
2 parents fbefe41 + f8175e7 commit 5a0a957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: apt update
run: sudo apt update
- name: Install build dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/track-lp-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
# Checkout code
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Install Python 3
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5a0a957

Please sign in to comment.