Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
fix: linux-mint freeze checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Oct 9, 2024
1 parent e05d103 commit 6cde3f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux-mint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
container: vcatechnology/linux-mint
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install prerequisite packages
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
container: vcatechnology/linux-mint
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install prerequisite packages
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
container: vcatechnology/linux-mint
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install prerequisite packages
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
container: vcatechnology/linux-mint
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3

- name: Install prerequisite packages
run: |
Expand Down

0 comments on commit 6cde3f0

Please sign in to comment.