Skip to content

Commit

Permalink
Merge pull request #324 from perladvent/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
oalders authored Nov 30, 2023
2 parents f2ba1cf + c4d535c commit aa9af61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
container:
image: perldocker/perl-tester:5.36
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🐧 Install vim for Text-VimColor
run: apt-get install -y vim
- name: 🧅 Install deps using cpm
Expand All @@ -37,7 +37,7 @@ jobs:
cpanfile: 'cpanfile'
sudo: false

- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: 🗓️ Clone forked WWW-AdventCalendar
with:
repository: perladvent/WWW-AdventCalendar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container:
image: perldocker/perl-tester:5.36
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install vim for Text-VimColor
run: apt-get install -y vim
- name: Install deps using cpm
Expand Down

0 comments on commit aa9af61

Please sign in to comment.