diff --git a/.github/workflows/build-pgpool.yml b/.github/workflows/build-pgpool.yml index 60f9b28..a0ac11a 100644 --- a/.github/workflows/build-pgpool.yml +++ b/.github/workflows/build-pgpool.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -66,7 +66,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd2a059..c522e64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -64,7 +64,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release-pgpool.yml b/.github/workflows/release-pgpool.yml index 838cb8d..5bd37e4 100644 --- a/.github/workflows/release-pgpool.yml +++ b/.github/workflows/release-pgpool.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -73,7 +73,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c278b27..2ad277b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up QEMU id: qemu @@ -99,7 +99,7 @@ jobs: recipe: ["Singularity"] steps: - name: Check out code for the container build - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Continue if Singularity recipe exists run: |