Skip to content

Commit

Permalink
Use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlang committed Sep 29, 2024
1 parent 18cc286 commit f9e8f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Production
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tools
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
name: Stage
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tools
run: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
name: Production
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install tools
run: |
Expand Down

0 comments on commit f9e8f45

Please sign in to comment.