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/check-base-image-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check if update available
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Get version
id: pwsh_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
📚 Repository: [ ${{ github.repository }} ](https://github.com/${{ github.repository }})

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
# Have to use custom PAT, because commits created with GITHUB_TOKEN will not trigger CI
# See: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keep-alive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Ping
run: echo "Keep-Alive workflow run on $(date)"
Loading