Skip to content

Commit

Permalink
chore: fix release-candidate and pre-check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Apr 4, 2024
1 parent ca87837 commit 7a6f321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
permissions:
contents: read

steps:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -90,9 +90,9 @@ jobs:
permissions:
contents: read

steps:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Login to DockerHub
if: github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.tests-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
matrix:actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
matrix:
dotnet-version: ['7.0']

steps:
Expand Down

0 comments on commit 7a6f321

Please sign in to comment.