diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 7f192c6..d57fe1b 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -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 @@ -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 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 979bac7..96e153f 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -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/setup-python@v5.2.0 with: python-version: 3.x