Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2023
1 parent c27dd98 commit 6588e7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- id: 'step-0'
name: 'Check out'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Execute script'
run: 'rm ''.github/workflows/build.yaml'' && ''.github/workflows/build.main.kts'''
Expand All @@ -31,7 +31,7 @@ jobs:
- 'check_yaml_consistency'
steps:
- id: 'step-0'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Set up JDK'
uses: 'actions/setup-java@v3'
Expand All @@ -56,7 +56,7 @@ jobs:
- 'check_yaml_consistency'
steps:
- id: 'step-0'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Set up JDK'
uses: 'actions/setup-java@v3'
Expand All @@ -81,7 +81,7 @@ jobs:
- 'check_yaml_consistency'
steps:
- id: 'step-0'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- id: 'step-1'
name: 'Set up JDK'
uses: 'actions/setup-java@v3'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/git-branch-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.CURRENT_BRANCH_NAME }}

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
CI_COMMIT_AUTHOR: ${{ github.workflow }}
steps:
- name: Checkout artifacts branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: artifacts

Expand Down

0 comments on commit 6588e7d

Please sign in to comment.