Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.0 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 1419e78 commit c734496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: archlinux:latest
options: --privileged
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- run: |
pacman --sync --refresh --noconfirm --sysupgrade python sudo
useradd ansible --create-home
Expand All @@ -32,7 +32,7 @@ jobs:
image: ubuntu:latest
options: --privileged
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- run: |
apt update
apt upgrade --yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/[email protected]
with:
python-version: 3.x
Expand Down

0 comments on commit c734496

Please sign in to comment.