Skip to content

Commit

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

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
bluesabre authored Nov 11, 2024
2 parents 8bc4b30 + e8bddfc commit 78fa90e
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.2.1
- uses: actions/checkout@v4.2.2
- 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.2.1
- uses: actions/checkout@v4.2.2
- name: Install Python 3
uses: actions/setup-python@v5.3.0
with:
Expand Down

0 comments on commit 78fa90e

Please sign in to comment.