Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent df5b9c6 commit 8e1a6cf
Show file tree
Hide file tree
Showing 4 changed files with 1,125 additions and 750 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip-ci: create-release')"
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
with:
Expand All @@ -36,7 +36,7 @@ jobs:
if: "!failure() && !contains(github.event.head_commit.message, 'skip-ci: deploy-mpr')"
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
- name: Publish MPR package
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
if: "!failure() && !contains(github.event.head_commit.message, 'skip-ci: deploy-snap')"
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
with:
Expand All @@ -105,7 +105,7 @@ jobs:
if: "!failure() && !contains(github.event.head_commit.message, 'skip-ci: deply-flathub')"
steps:
- name: Checkout Flathub Celeste Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: flathub/com.hunterwittenborn.Celeste
path: com.hunterwittenborn.Celeste
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
options: --user root
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
with:
Expand Down

0 comments on commit 8e1a6cf

Please sign in to comment.