Skip to content

Commit 5903bff

Browse files
authored
Merge pull request #86 from db-ui/dependabot-github_actions-actions-checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents 1d634ed + addc1d4 commit 5903bff

12 files changed

+12
-12
lines changed

.github/workflows/00-init-playground.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: styfle/[email protected]
1313

1414
- name: ⬇️ Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: 🔄 Init Cache Playground
1818
uses: ./.github/actions/npm-cache

.github/workflows/00-init.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: styfle/[email protected]
1313

1414
- name: ⬇️ Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: 🔄 Init Cache Default
1818
uses: ./.github/actions/npm-cache

.github/workflows/01-build-playground.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⬇️ Checkout repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: 🔄 Init Cache Playground
1515
uses: ./.github/actions/npm-cache

.github/workflows/01-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⬇️ Checkout repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: 🔄 Init Cache
1515
uses: ./.github/actions/npm-cache

.github/workflows/01-cypress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 10
1010
steps:
1111
- name: ⬇️ Checkout repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: 🔄 Init Cache
1515
uses: ./.github/actions/npm-cache

.github/workflows/01-npm-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⬇️ Checkout repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: 🔄 Init Cache
1515
uses: ./.github/actions/npm-cache

.github/workflows/02-deploy-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
group: ${{ github.workflow }}-${{ github.ref }}
1212
steps:
1313
- name: ⬇️ Checkout repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: 🔄 Init Cache
1717
uses: ./.github/actions/npm-cache

.github/workflows/02-npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: ⬇️ Checkout repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: 🔄 Init Cache
1515
uses: ./.github/actions/npm-cache

.github/workflows/cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: ⬇️ Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: 🔄 Init Cache
1818
uses: ./.github/actions/npm-cache

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Checkout Repository'
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v3

.github/workflows/update-release-candidate-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)