Skip to content

Commit

Permalink
Merge pull request #21 from perl-ide/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.2
  • Loading branch information
oalders authored Oct 28, 2024
2 parents 02f8d31 + d5f0ce5 commit dc907a2
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].1
- uses: actions/[email protected].2
- 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].1 # codecov wants to be inside a Git repository
- uses: actions/[email protected].2 # 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].1
- uses: actions/[email protected].2
- uses: lannonbr/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc907a2

Please sign in to comment.