[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #639 from mjankowski/update-ci-workflow
Browse files Browse the repository at this point in the history
Update ci workflow versions
  • Loading branch information
searls committed Jul 2, 2024
2 parents 6132b43 + a63250f commit 89c13ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
reviewers: camilopayan
commit-message: '[ ${{ steps.date.outputs.date }} ] - Update dependencies'
Expand Down

0 comments on commit 89c13ed

Please sign in to comment.