Skip to content

Commit

Permalink
Merge pull request #15 from perl-ide/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
oalders authored May 21, 2024
2 parents fd31a83 + 1fd9b1b commit fcdd4e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dzil-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container:
image: perldocker/perl-tester:5.34
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run Tests
env:
AUTHOR_TESTING: 1
Expand All @@ -34,7 +34,7 @@ jobs:
container:
image: perldocker/perl-tester:5.34
steps:
- uses: actions/[email protected].5 # codecov wants to be inside a Git repository
- uses: actions/[email protected].6 # codecov wants to be inside a Git repository
- uses: actions/download-artifact@v4
with:
name: build_dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: DefaultLabelsActions
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- uses: lannonbr/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fcdd4e8

Please sign in to comment.