Skip to content

Commit ff0bd62

Browse files
chore(deps): update actions/checkout action to v4 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ab909f commit ff0bd62

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616
- name: Checkout code.
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Compile.
1919
run: earthly --ci +compile

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616
- name: Checkout code.
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
fetch-depth: 0

.github/workflows/git-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616
- name: Checkout code.
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
fetch-depth: 0

.github/workflows/github-actions-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Download Earthly v0.8.6.
1515
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616
- name: Checkout code.
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Check GitHub Actions workflows linting.
1919
run: earthly +check-github-actions-workflows-linting
2020
formatting:
@@ -24,6 +24,6 @@ jobs:
2424
- name: Download Earthly v0.8.6.
2525
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
2626
- name: Checkout code.
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Check formatting.
2929
run: earthly +check-yaml-formatting

0 commit comments

Comments
 (0)