Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 11, 2024
1 parent 1e06d1c commit 06b8240
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
# NOTE: We fetch depth so that we can put the right `GIT` reference
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install Python 3
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install Python 3
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install node
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install node
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
working-directory: "tools/crd-client-generator-js"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install node
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
working-directory: "operator"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install Go
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
working-directory: "storage-operator"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install Go
Expand All @@ -371,7 +371,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install Python 3.6
Expand All @@ -391,7 +391,7 @@ jobs:
working-directory: "tools/lib-alert-tree"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install Python 3
Expand All @@ -410,7 +410,7 @@ jobs:
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
- 80:80
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
- name: Install node
Expand Down Expand Up @@ -574,7 +574,7 @@ jobs:
if: failure()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{inputs.ref}}
- name: write failure status
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
if: success()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{inputs.ref}}
- name: write failure status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
workflow: "nightly.yaml"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
NAME: downgrade-${{ inputs.type }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
artifacts-url: ${{ steps.artifacts.outputs.link }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.dev-branch }}
- name: Retrieve artifacts url
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lifecycle-promoted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NAME: snapshot-upgrade-${{ inputs.type }}-${{ matrix.name }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multi-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
NODES_COUNT: ${{ inputs.nodes-count }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum jq
- name: Retrieve product.txt from artifacts
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get artifacts URL
uses: scality/action-artifacts@v3
id: artifacts
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version_full: ${{ steps.get-version.outputs.version_full }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Retrieve artifacts url
uses: scality/action-artifacts@v3
id: artifacts
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
artifacts-link: ${{ needs.retrieve-info.outputs.artifacts-link }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Fetch tags
run: git fetch --tags
- name: Get previous patch version
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
artifacts-link: ${{ needs.retrieve-info.outputs.artifacts-link }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get previous minor version
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
if: failure()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{inputs.ref}}
- name: write failure status
Expand All @@ -240,7 +240,7 @@ jobs:
if: success()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{inputs.ref}}
- name: write failure status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
artifact-link: ${{ steps.promote.outputs.link }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Promote artifacts
id: promote
uses: scality/action-artifacts@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/single-node-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
SSH_PRIVATE_KEY: "~/.ssh/terraform"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum
- name: Retrieve product.txt from artifacts
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
if: always()
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get artifacts URL
uses: scality/action-artifacts@v3
id: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
NAME: upgrade-${{ inputs.type }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y isomd5sum

Expand Down

0 comments on commit 06b8240

Please sign in to comment.