-
Notifications
You must be signed in to change notification settings - Fork 181
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.1.1 to 4.1.4 (#789)
- Loading branch information
1 parent
3a856a4
commit 5dc1383
Showing
11 changed files
with
19 additions
and
19 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 |
---|---|---|
|
@@ -17,6 +17,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
- name: Run make test | ||
run: make test |
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: | |
outputs: | ||
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- id: set-json | ||
run: | | ||
JSON=build/matrix/latest.json | ||
|
@@ -48,7 +48,7 @@ jobs: | |
fail-fast: false | ||
matrix: ${{fromJson(needs.generate_matrix.outputs.matrix)}} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Login to Docker Hub | ||
uses: docker/login-action@v3 | ||
with: | ||
|
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: | |
matrix: | ||
bakefile: [devel.docker-bake.json, core-latest-daily.docker-bake.json] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- uses: docker/login-action@v3 | ||
with: | ||
username: ${{ secrets.DOCKER_USER }} | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
container: | ||
image: rocker/tidyverse:latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Set as safe for following git commands | ||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
- name: install packages | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
outputs: | ||
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- id: set-matrix | ||
run: | | ||
CONTENT=$(jq '{ group: [.group[] | keys[] | select(. != "default")] } | tostring' -r bakefiles/extra.docker-bake.json) | ||
|
@@ -29,7 +29,7 @@ jobs: | |
fail-fast: false | ||
matrix: ${{fromJson(needs.generate_matrix.outputs.matrix)}} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Login to Docker Hub | ||
uses: docker/login-action@v3 | ||
with: | ||
|
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].4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
platforms: | ||
- linux/amd64 | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Expose GitHub Runtime | ||
|
@@ -70,7 +70,7 @@ jobs: | |
- install_shiny_server.sh | ||
- install_geospatial.sh | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Expose GitHub Runtime | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
outputs: | ||
tag: ${{ steps.tag-version.outputs.new_tag }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
|
||
- id: set-version | ||
run: | | ||
|
@@ -34,7 +34,7 @@ jobs: | |
needs: create_tag | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Create Release | ||
uses: ncipollo/release-action@v1 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
outputs: | ||
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- id: set-matrix | ||
run: | | ||
CONTENT=$(jq -r '.r_version += ["extra"] | tostring' build/matrix/all.json) | ||
|
@@ -45,7 +45,7 @@ jobs: | |
fail-fast: false | ||
matrix: ${{fromJson(needs.generate_matrix.outputs.matrix)}} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Clean up | ||
run: | | ||
docker image prune --all --force | ||
|
@@ -72,12 +72,12 @@ jobs: | |
image: rocker/tidyverse:latest | ||
steps: | ||
- name: Checkout main | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
- name: Set as safe for following git commands | ||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
- name: Checkout wiki | ||
if: github.event_name != 'pull_request' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
repository: "${{ github.repository }}.wiki" | ||
path: reports | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
outputs: | ||
matrix: ${{ steps.set-matrix.outputs.matrix }} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- id: set-matrix | ||
run: | | ||
CONTENT=$(jq 'tostring' -r tests/rocker_scripts/matrix.json) | ||
|
@@ -37,7 +37,7 @@ jobs: | |
fail-fast: false | ||
matrix: ${{fromJson(needs.generate_matrix.outputs.matrix)}} | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].4 | ||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
- name: Prepare build | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
image: rocker/r-ver | ||
steps: | ||
- name: Checkout repo | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
fetch-depth: 0 | ||
- name: build | ||
|