diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4edeeb8..58ef216 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: release uses: pl-strflt/changelog-driven-release@v1 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9aeec34..de5b30a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: name: Test Build Args runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: build the container and run it id: run uses: ./ @@ -53,7 +53,7 @@ jobs: matrix: allow-exit-codes: ["0,42,1", "0,5,6,1,42", "0,*", "42", "*"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: build the container and run it id: run uses: ./