Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Sep 3, 2024
1 parent a254f36 commit 9871f94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.2
ref: v1.4.2

- name: setup python
uses: actions/setup-python@v5.2.0
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.2
ref: v1.4.2

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.2
ref: v1.4.2

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.2
ref: v1.4.2

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
- name: checkout repo content
uses: actions/checkout@v4.1.7 # checkout the repository content to github runner
with:
ref: v1.2
ref: v1.4.2

- name: 'Restore cache: Linux Runner'
if: startsWith(runner.os, 'Linux')
Expand Down

0 comments on commit 9871f94

Please sign in to comment.