Skip to content

Commit

Permalink
Merge pull request #9 from 0ad-matters/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
andy5995 authored Jan 31, 2025
2 parents 9640037 + 864d7aa commit 8056cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pyromod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
MOD_NAME: ${{ github.repository }}
MOD_VERSION: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Massage Variables
run: |
# remove "<owner>/" from repository string
Expand Down

0 comments on commit 8056cdf

Please sign in to comment.