Skip to content
Merged
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/kairos-ubuntu-22-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.9"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: docker/setup-qemu-action@v3

- name: Login to GitHub Container Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kairos-zsh-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.9"
- uses: "actions/checkout@v4.1.4"
- uses: "actions/checkout@v4.1.5"

- name: "Login to GitHub Container Hub"
run: docker login --username "${{ github.actor }}" --password "${{ secrets.GITHUB_TOKEN }}" ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kustomization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.9"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Build Image
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal-silabs-flasher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.9"
- uses: "actions/checkout@v4.1.4"
- uses: "actions/checkout@v4.1.5"

- name: "Login to GitHub Container Hub"
run: docker login --username "${{ github.actor }}" --password "${{ secrets.GITHUB_TOKEN }}" ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/usb-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.9"
- uses: "actions/checkout@v4.1.4"
- uses: "actions/checkout@v4.1.5"

- name: "Login to GitHub Container Hub"
if: github.event_name != 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "0.8.9"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Run validation checks
run: |
earthly +validate
Expand All @@ -37,7 +37,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "0.8.9"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- name: Run lint checks
run: |
earthly +lint
Expand Down