Skip to content

Commit 081786a

Browse files
chore(gha): bump actions/checkout from 3 to 4 (#244)
1 parent fa3ef64 commit 081786a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
RSPM: https://packagemanager.rstudio.com/cran/__linux__/focal/latest
5151

5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- uses: ./.github/actions/build-setup
5555
with:
5656
dependencies-extra-packages: any::rcmdcheck

.github/workflows/publish-documentation-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
permissions:
2727
pull-requests: write # surge-preview: PR comments
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
if: github.event.action != 'closed'
3131
- uses: ./.github/actions/build-documentation-site
3232
if: github.event.action != 'closed'

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build:
3030
runs-on: ubuntu-22.04
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Build
3434
uses: ./.github/actions/build-documentation-site
3535

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
branch: main
2424

2525
- name: Setup checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
token: ${{ secrets.GH_RELEASE_TOKEN }}
2929

.github/workflows/update-bpmn-visualization-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
VERSION: ${{ github.event.client_payload.version || github.event.inputs.version }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Get the old version of bpmn-visualization
1919
id: lookupOldBPMNVisuVersion
2020
uses: mikefarah/yq@v4.35.1

0 commit comments

Comments
 (0)