Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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 May 20, 2024
1 parent 3f174ff commit 78b1529
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build_application_container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'flowfuse/helm'
path: 'helm'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
build_nodered_container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'flowfuse/helm'
path: 'helm'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
build_nodered_container_223:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'flowfuse/helm'
path: 'helm'
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
build_nodered_container_31:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'flowfuse/helm'
path: 'helm'
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
build_file_server_container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'flowfuse/helm'
path: 'helm'
Expand Down

0 comments on commit 78b1529

Please sign in to comment.