Skip to content

Commit

Permalink
bumping github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienmaury committed Feb 13, 2024
1 parent 9fa0ea3 commit a74e50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archi-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout project"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
repository: "${{ github.repository }}"
path: "./"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_offline_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout project"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
repository: "${{ github.repository }}"
path: "./"

- name: "Build docker image"
run: >-
source .envrc &&
make container-offline-installer
make container-offline-installer

0 comments on commit a74e50e

Please sign in to comment.