Skip to content

Commit

Permalink
Merge branch 'renovate/actions-checkout-4.x' into 'master'
Browse files Browse the repository at this point in the history
⏫ Updates actions/checkout action to v4

See merge request pipeline-components/luacheck!33
  • Loading branch information
Robbert Müller committed Sep 11, 2023
2 parents eb8fe6f + 7e8f978 commit af73a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit af73a90

Please sign in to comment.