Skip to content

Commit

Permalink
bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Sep 3, 2024
1 parent f9a2718 commit f8f1096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@12aca0a884f6137d619d6a8a09fcc3406ced5281
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf
with:
concurrent_skipping: 'same_content'
paths: '["**/*.{h,xs,pm,t,PL}"]'
Expand All @@ -38,7 +38,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: set up perl v${{ matrix.perl }}
uses: shogo82148/actions-setup-perl@v1
Expand Down

0 comments on commit f8f1096

Please sign in to comment.