Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
contents: write
steps:
- name: Checkout API repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: calyptia/core-operator-releases
token: ${{ secrets.ci-pat }}
Expand Down Expand Up @@ -70,7 +70,7 @@
push: true

- name: Create Tag and Release
uses: marvinpinto/action-automatic-releases@latest

Check failure on line 73 in .github/workflows/call-create-release.yaml

View workflow job for this annotation

GitHub Actions / PR - Actionlint

the runner of "marvinpinto/action-automatic-releases@latest" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
repo_token: ${{ secrets.ci-pat }}
files: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: PR - Actionlint
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Expand All @@ -19,6 +19,6 @@ jobs:
runs-on: ubuntu-latest
name: PR - Markdownlint
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Run markdownlint
uses: actionshub/[email protected]
Loading