Skip to content

Commit d647dad

Browse files
Merge pull request #110 from o7-Fire/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 2 to 4
2 parents 81f7ce9 + a546ba4 commit d647dad

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
docker:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Set up Docker Buildx
1313
uses: docker/setup-buildx-action@v2
1414
- name: Login to GitHub Container Registry

.github/workflows/node.js.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: write
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Use Node.js 16.x
2626
uses: actions/setup-node@v3
2727
with:
@@ -53,7 +53,7 @@ jobs:
5353
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
5454

5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
- name: Use Node.js ${{ matrix.node-version }}
5858
uses: actions/setup-node@v3
5959
with:

0 commit comments

Comments
 (0)