Skip to content

Commit

Permalink
Merge pull request #230 from lablabs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
MonolithProjects committed Jun 5, 2024
2 parents 6eb1522 + 87b3c36 commit f719f32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
volumes: "rw"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'lablabs.rke2'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
volumes: "rw"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'lablabs.rke2'

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# volumes: "rw"
# steps:
# - name: checkout
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# path: 'lablabs.rke2'

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# volumes: "rw"
# steps:
# - name: checkout
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# with:
# path: 'lablabs.rke2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'lablabs.rke2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v2

- name: Run pre-commit
Expand Down

0 comments on commit f719f32

Please sign in to comment.