Skip to content

Commit

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

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
bluesabre authored Nov 4, 2023
2 parents 6cea67d + bbb8473 commit 428e775
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/[email protected].0
- uses: actions/[email protected].1
- 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/[email protected].0
- uses: actions/[email protected].1
- name: Install Python 3
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 428e775

Please sign in to comment.