Skip to content

Commit 30c6c0a

Browse files
committed
🔧 trying fix(workflows): upgrade actions/checkout from v3 to v4 for consistency across workflows
1 parent a69d430 commit 30c6c0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/auto-merge.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout Code
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
- name: Setup (CI & Build) and Test Package
3333
uses: variablesoftware/github-actions-setup-and-test@main
3434
# - uses: ./.github/actions/setup-and-test

‎.github/workflows/ci-semantic-release-sync.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout code
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
# with:
5656
# persist-credentials: false
5757
# ref: ${{ github.event.inputs.checkoutRef }}
@@ -74,7 +74,7 @@ jobs:
7474
id-token: write
7575
steps:
7676
- name: Actions Checkout Code
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@v4
7878
- name: Actions Set up Node.js
7979
uses: actions/setup-node@v4
8080
with:

0 commit comments

Comments
 (0)