Skip to content

Commit

Permalink
Merge pull request #261 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Update CI workflow
  • Loading branch information
andyone authored Oct 27, 2023
2 parents 8783a49 + 5448f94 commit 13e9fe1
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 13e9fe1

Please sign in to comment.