Skip to content

Commit

Permalink
Merge pull request #407 from wuespace/fix-workflow-deprecation
Browse files Browse the repository at this point in the history
Bump actions/checkout versions
  • Loading branch information
fussel178 authored Jan 4, 2024
2 parents be268ac + 0b605db commit 8aeaa15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deno-ci.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 📥
uses: actions/checkout@v2
uses: actions/checkout@v3.6.0
- name: Run tests 🛃
run: docker compose up --abort-on-container-exit
- name: Stop containers 🛑
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-features-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 📥
uses: actions/checkout@v2
uses: actions/checkout@v3.6.0
- name: Run Linter 📑
run: docker compose run lint
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Build docs
Expand All @@ -21,4 +21,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/site
publish_dir: ./docs/site

0 comments on commit 8aeaa15

Please sign in to comment.