-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.2.1 to 4.2.2 (#2042)
- Loading branch information
1 parent
9fc4821
commit 62e82b0
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -73,7 +73,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up intlc' | ||
uses: unsplash/[email protected] | ||
|
@@ -111,7 +111,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Docker Build' | ||
uses: docker/[email protected] | ||
|
@@ -138,7 +138,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -159,7 +159,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -183,7 +183,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -229,7 +229,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -331,7 +331,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Download image' | ||
uses: actions/[email protected] | ||
|
@@ -410,7 +410,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -446,7 +446,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: 'Set up Node.js' | ||
uses: actions/[email protected] | ||
|
@@ -539,7 +539,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
sparse-checkout: fly.${{ matrix.instance }}.toml | ||
sparse-checkout-cone-mode: false | ||
|
@@ -562,7 +562,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
sparse-checkout: | | ||
locales/en-US/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
steps: | ||
- name: 'Checkout code' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
token: ${{ secrets.PREREVIEW_BOT_TOKEN }} | ||
|
||
|