Skip to content

Commit

Permalink
chore: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Mar 16, 2023
1 parent e5ae3d6 commit 57772f4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -36,7 +36,7 @@ jobs:
if: ${{ github.event.pull_request.head.ref != 'changeset-release/master' }}
steps:
- name: Checkout Repo
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -53,7 +53,7 @@ jobs:
name: Trufflehog Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.4.0
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion build-push-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v4.1.1
uses: docker/metadata-action@v4.3.0
with:
images: |
gcr.io/toptal-hub/${{ inputs.image-name }}
Expand Down
2 changes: 1 addition & 1 deletion get-workflow-sha/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- id: branch
if: github.event_name == 'issue_comment'
uses: xt0rted/pull-request-comment-branch@v1.3.0
uses: xt0rted/pull-request-comment-branch@v1.4.0

- id: specify-sha
name: Specify SHA
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
run: yarn $COMMAND

- name: Store Cypress Screenshots Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: cypress-screenshots
Expand Down
2 changes: 1 addition & 1 deletion notify-jira-about-contribution/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:

- name: Greet author
if: ${{ fromJson(steps.is-pr-eligible.outputs.result) == true && fromJson(steps.jira-issue-can-be-created.outputs.result) == true }}
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ inputs.github-token }}
script: |
Expand Down

0 comments on commit 57772f4

Please sign in to comment.