Skip to content

Commit

Permalink
chore(gha): bump actions/checkout from 3 to 4 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent fa3ef64 commit 081786a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
RSPM: https://packagemanager.rstudio.com/cran/__linux__/focal/latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
with:
dependencies-extra-packages: any::rcmdcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation-pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
permissions:
pull-requests: write # surge-preview: PR comments
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: github.event.action != 'closed'
- uses: ./.github/actions/build-documentation-site
if: github.event.action != 'closed'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build-documentation-site

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
branch: main

- name: Setup checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_RELEASE_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bpmn-visualization-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
VERSION: ${{ github.event.client_payload.version || github.event.inputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get the old version of bpmn-visualization
id: lookupOldBPMNVisuVersion
uses: mikefarah/yq@v4.35.1
Expand Down

0 comments on commit 081786a

Please sign in to comment.