Skip to content

Commit

Permalink
CHORE: upgrade action versions (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar authored Apr 13, 2023
1 parent 933a893 commit 3042aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: technote-space/get-diff-action@v5
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
+(selene|tests)/**/*.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/traffic2badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Get Commit Message
id: message
uses: actions/github-script@v3.0.0
uses: actions/github-script@v6
env:
FULL_COMMIT_MESSAGE: '${{ github.event.head_commit.message }}'
with:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set Traffic
id: traffic
uses: yi-Xu-0100/traffic-to-badge@v1.2.1
uses: yi-Xu-0100/traffic-to-badge@v1.4.0
with:
my_token: ${{ secrets.TRAFFIC_TOKEN }}
#(default) static_list: ${{ github.repository }}
Expand Down

0 comments on commit 3042aea

Please sign in to comment.