Skip to content

Commit

Permalink
Merge pull request #1163 from atc0005/dependabot/github_actions/maste…
Browse files Browse the repository at this point in the history
…r/actions/checkout-4

ghaw: bump actions/checkout from 3 to 4
  • Loading branch information
atc0005 authored Sep 11, 2023
2 parents 28145ba + 2b5ed6f commit b3b92fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags
fetch-depth: 0
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags
fetch-depth: 0
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags
fetch-depth: 0
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Commit SHA: ${{ github.sha }}"
- name: Check out code (full history)
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4
with:
# Full history is needed to allow listing tags via build tooling
# (e.g., go-winres, git-describe-semver)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: docker --version

- name: Clone full repo history
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Needed in order to retrieve tags for use with semver calculations
fetch-depth: 0
Expand Down

0 comments on commit b3b92fc

Please sign in to comment.