Skip to content

Commit

Permalink
Merge pull request #19 from Cactus-proj/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
inkydragon authored May 19, 2024
2 parents d835d2e + 4bd6190 commit 484d9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install and Build
run: |
yarn install
Expand All @@ -24,7 +24,7 @@ jobs:
name: "PDF Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: '3.x'
Expand Down

0 comments on commit 484d9ee

Please sign in to comment.