Skip to content

Commit

Permalink
CI: Bump to checkout@V3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Aug 27, 2023
1 parent 66f5f61 commit 9d4c0c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install fuse
- name: Install fuse
run: |
Expand All @@ -24,7 +24,7 @@ jobs:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install fuse
- name: Install fuse
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install fuse
- name: Install fuse
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Install fuse
- name: Install fuse
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Install fuse
- name: Install fuse
Expand Down

0 comments on commit 9d4c0c6

Please sign in to comment.