Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 74dc4bc commit 99ecf12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate tags
id: generate-tags
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate tags
id: generate-tags
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
steps:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate tags
id: generate-tags
Expand Down

0 comments on commit 99ecf12

Please sign in to comment.