Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:essentialkaos/kaos-repo into dev…
Browse files Browse the repository at this point in the history
…elop

* 'develop' of github.com:essentialkaos/kaos-repo:
  Bump docker/login-action from 2 to 3
  Bump actions/checkout from 3 to 4
  • Loading branch information
andyone committed Oct 28, 2023
2 parents 2e586fb + 5448f94 commit 14f91f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "${{ github.workspace }}" >> "$GITHUB_PATH"
- name: Code checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install bibop and bibop-massive
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perfecto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Code checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 14f91f0

Please sign in to comment.