Skip to content

Commit

Permalink
fix action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Savrov committed Dec 10, 2023
1 parent 559025c commit e9741b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
repository: Savrov/github-action-version-cleaner

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: action-version-cleaner
path: . # artifact will be saved in the current working directory
Expand Down

0 comments on commit e9741b3

Please sign in to comment.