diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a17ef4..43be2f7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout (GitHub) - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v2 @@ -99,7 +99,7 @@ jobs: steps: - name: Checkout (GitHub) - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e088882..1fbd90e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout (GitHub) - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v2 @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout (GitHub) - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Login to GitHub Container Registry uses: docker/login-action@v2