Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9e98462

Browse files
build(deps): Bump actions/checkout from 3.1.0 to 3.3.0 (#3140)
1 parent 2e4bc25 commit 9e98462

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/cleanup-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Git Checkout
15-
uses: actions/checkout@v3.1.0
15+
uses: actions/checkout@v3.3.0
1616
with:
1717
persist-credentials: false
1818

.github/workflows/firebase-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
url: https://nodejs.dev/
1414
steps:
1515
- name: Git Checkout
16-
uses: actions/checkout@v3.1.0
16+
uses: actions/checkout@v3.3.0
1717
with:
1818
ref: main
1919

.github/workflows/generate-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event.label.name == 'create-preview'
1818
steps:
1919
- name: Git Checkout
20-
uses: actions/checkout@v3.1.0
20+
uses: actions/checkout@v3.3.0
2121
with:
2222
persist-credentials: false
2323
ref: ${{ github.event.pull_request.head.sha }}

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Git Checkout
17-
uses: actions/checkout@v3.1.0
17+
uses: actions/checkout@v3.3.0
1818
with:
1919
ref: main
2020

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Git Checkout
11-
uses: actions/checkout@v3.1.0
11+
uses: actions/checkout@v3.3.0
1212
with:
1313
persist-credentials: false
1414

@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Git Checkout
48-
uses: actions/checkout@v3.1.0
48+
uses: actions/checkout@v3.3.0
4949
with:
5050
persist-credentials: false
5151

.github/workflows/sync-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- name: Git Checkout
15-
uses: actions/checkout@v3.1.0
15+
uses: actions/checkout@v3.3.0
1616
with:
1717
ref: main
1818
token: ${{ secrets.ACCESS_TOKEN_ACTIONS }}

0 commit comments

Comments
 (0)