Skip to content

Commit

Permalink
Bump github action workflow package dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: jsetton <jeremy.setton@gmail.com>
  • Loading branch information
jsetton committed Aug 15, 2023
1 parent 8bed10e commit b75608f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cherryPickAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'release-stable')
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cherry pick action
Expand All @@ -41,4 +41,4 @@ jobs:
labels: |
cherry-pick
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/fetch_external_docs_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
ref: ${{ inputs.base_target_branch }}

- name: Checkout external repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
repository: ${{ inputs.base_source_organization }}/${{ inputs.base_source_repository }}
path: ./external_repositories/${{ inputs.base_source_repository }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

# Create an automated pull request, if the resulting branch is ahead of the `base-target-branch`
- name: Create pull request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v5
with:
commit-message: Automated ${{ inputs.base_source_repository }} Docs fetch
committer: openHAB Bot <info@openhab.org>
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run markdownlint-cli
uses: nosborn/github-action-markdown-cli@v2.0.0
uses: nosborn/github-action-markdown-cli@v3
with:
files: .
config_file: ".github/.markdownlint.yaml"

0 comments on commit b75608f

Please sign in to comment.