Skip to content

Commit

Permalink
Merge pull request #1 from AcubeSAT/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
xlxs4 authored Sep 13, 2023
2 parents bd57880 + 1ef4bf9 commit 8340d3d
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 @@ -24,7 +24,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -43,7 +43,7 @@ jobs:
# contents: write
# statuses: write
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - uses: julia-actions/setup-julia@v1
# with:
# version: '1'
Expand Down

0 comments on commit 8340d3d

Please sign in to comment.