Skip to content

Commit

Permalink
Merge pull request #32 from the-hideout/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
GrantBirki authored Oct 2, 2023
2 parents fa300b4 + 0765b77 commit 499e297
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: github/branch-deploy@v7.4.0
- uses: github/branch-deploy@v8.0.0
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand All @@ -29,7 +29,7 @@ jobs:

- name: checkout
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4
with:
ref: ${{ steps.branch-deploy.outputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4

- uses: azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 # pin@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

steps:
# Comment on new PR requests with deployment instructions
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4
- name: comment
uses: GrantBirki/[email protected].5
uses: GrantBirki/[email protected].7
continue-on-error: true
with:
file: .github/new-pr-comment.md
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/branch-deploy@v7.4.0
uses: github/branch-deploy@v8.0.0
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down
2 changes: 1 addition & 1 deletion src/caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caddy/caddy:2.6.4-alpine
FROM caddy/caddy:2.7.4-alpine

RUN mkdir /app
COPY start.sh /app/start.sh
Expand Down
2 changes: 1 addition & 1 deletion src/status_page/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM louislam/uptime-kuma:1.22.1-alpine
FROM louislam/uptime-kuma:1.23.2-alpine

0 comments on commit 499e297

Please sign in to comment.