Skip to content

Commit

Permalink
Bump GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Jul 24, 2024
1 parent 3e89376 commit cf0b815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/image-minimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16

- name: Install probe-image-size
run: npm i probe-image-size@7.2.3 --ignore-scripts

- name: Minimize simple images
uses: actions/github-script@v6
uses: actions/github-script@v7
timeout-minutes: 3
with:
script: |
Expand Down

0 comments on commit cf0b815

Please sign in to comment.