Skip to content

Commit

Permalink
Merge pull request #15 from Satisfactory-KMods/renovate/actions-check…
Browse files Browse the repository at this point in the history
…out-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
Kyri123 committed Feb 24, 2024
2 parents b691711 + 645ff8c commit 90bd051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
prepare-and-build-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 90bd051

Please sign in to comment.