diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index d15fe6c..229d299 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Set up QEMU uses: https://git.quad4.io/actions/setup-qemu-action@3a1695b1353f9f8868722ffaafc1f164ef35fa5e # v3 diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index b63cf94..44c0865 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: contents: read steps: - name: Checkout - uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - name: Set up Python diff --git a/.gitea/workflows/safety.yml b/.gitea/workflows/safety.yml index de4d8a9..82a5cbb 100644 --- a/.gitea/workflows/safety.yml +++ b/.gitea/workflows/safety.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Set up Python uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5 with: