Skip to content

Commit

Permalink
Merge branch 'io-1066' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbergha committed Jul 19, 2024
2 parents 42fdb12 + 3361c0c commit 9a08880
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
SLACK_CHANNEL: C044EMZ22JX
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set Slack status
id: slack
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ env.SLACK_CHANNEL }}
payload: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Update Slack status
if: success()
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
update-ts: ${{ steps.slack.outputs.ts }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down Expand Up @@ -167,14 +167,14 @@ jobs:
- name: Workplace step
if: success()
id: changelog
uses: oslokommune/ukeweb_gh_workplace_action@1.0
uses: oslokommune/ukeweb_gh_workplace_action@1.1.0
with:
group-id: ${{ secrets.WORKPLACE_GROUP_ID }}
auth-token: ${{ secrets.WORKPLACE_AUTH_TOKEN }}

- name: Update Slack status
if: success()
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
update-ts: ${{ steps.slack.outputs.ts }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:

- name: Update Slack status
if: failure()
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
update-ts: ${{ steps.slack.outputs.ts }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
SLACK_CHANNEL: C044EMZ22JX
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set Slack status
id: slack
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ env.SLACK_CHANNEL }}
payload: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Update Slack status
if: success()
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
update-ts: ${{ steps.slack.outputs.ts }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Update Slack status
if: success()
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
update-ts: ${{ steps.slack.outputs.ts }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

- name: Update Slack status
if: failure()
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.26.0
with:
update-ts: ${{ steps.slack.outputs.ts }}
channel-id: ${{ env.SLACK_CHANNEL }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed all dates to actually adhere to "Keep a changelog".

### Changed

- Updated all Git Hub actions to latest versions.

## [2.0.0] - 2024-05-23

### Added
Expand Down

0 comments on commit 9a08880

Please sign in to comment.