Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/checkout action to v4.1.4 #143

Merged
merged 1 commit into from
May 3, 2024
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.7"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
- 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.7"
- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.4"

- 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.7"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4

- 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.7"
- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.4"

- 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.7"
- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.4"

- 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.7"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
- 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.7"
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
- name: Run lint checks
run: |
earthly +lint
Expand Down