diff --git a/.github/workflows/call-create-release.yaml b/.github/workflows/call-create-release.yaml index 334a319..168aa0f 100644 --- a/.github/workflows/call-create-release.yaml +++ b/.github/workflows/call-create-release.yaml @@ -30,7 +30,7 @@ jobs: contents: write steps: - name: Checkout API repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: calyptia/core-operator-releases token: ${{ secrets.ci-pat }} diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 86c01b0..40c40e8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest name: PR - Actionlint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: | echo "::add-matcher::.github/actionlint-matcher.json" bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) @@ -19,6 +19,6 @@ jobs: runs-on: ubuntu-latest name: PR - Markdownlint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run markdownlint uses: actionshub/markdownlint@v3.1.4 \ No newline at end of file