Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent b96e5d4 commit 4a776db
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/export-github-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
export-data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- uses: actions/checkout@8530928916aaef40f59e6f221989ccb31f5759e7
- name: Export Data
uses: cds-snc/github-repository-metadata-exporter@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate graphs
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "graphs"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update response time
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "response-time"
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update template
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
- name: Update response time
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "readme"
env:
Expand All @@ -50,7 +50,7 @@ jobs:
workflow: Graphs CI
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate site
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "site"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Generate site
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "site"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update summary in README
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "readme"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Check endpoint status
uses: upptime/uptime-monitor@cd14b6923123c70170ce5a207b3aed4d20181e31 # v1.31.2
uses: upptime/uptime-monitor@e5efa371a319dbe151522f42146b0e8e138dd8ef # v1.32.0
with:
command: "update"
env:
Expand Down

0 comments on commit 4a776db

Please sign in to comment.