Skip to content

Commit

Permalink
chore(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)
- [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] authored Sep 9, 2024
1 parent 2bd3513 commit 83e7193
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chainguard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout do código
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Configurar Docker Buildx
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# Passo 1: Checkout do código
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Passo 2: Clonar o repositório com Helm Charts
- name: Clone Helm Charts Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout do código
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Configurar Docker Buildx
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/giropops-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Fazer checkout do código
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc

- name: Configurar QEMU
uses: docker/setup-qemu-action@v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Fazer checkout do código
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc

- name: Configurar QEMU
uses: docker/setup-qemu-action@v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.1
with:
persist-credentials: false

Expand Down

0 comments on commit 83e7193

Please sign in to comment.