diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 6d427e69..0cc1dbbb 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -20,7 +20,7 @@ jobs: baseimage: ['debian:bullseye', 'debian:trixie', 'ubuntu:20.04', 'ubuntu:24.04', 'fedora'] go: [1.23, 1.24] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests in container run: ./scripts/ci-runner.sh run_in_ct ${{ matrix.baseimage }} ${{ matrix.go }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 48ff461d..f42f96ba 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - run: sudo apt-get -qq update - name: Install libsystemd-dev run: sudo apt-get install libsystemd-dev - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup go uses: actions/setup-go@v5 with: