Skip to content

Commit 7f6954f

Browse files
Bump post to slack to Julia 1.7
1 parent 80f1eb8 commit 7f6954f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/RePostSlackIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: pwd
1717
- uses: julia-actions/setup-julia@v1
1818
with:
19-
version: 1.3.0
19+
version: 1.7.0
2020
- uses: julia-actions/julia-buildpkg@master
2121
- run: julia --project src/RePostStackOverflow.jl ${{ secrets.JuliaLangSlackEndPoint }}
2222

.github/workflows/SlackIntegration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: pwd
1616
- uses: julia-actions/setup-julia@v1
1717
with:
18-
version: 1.3.0
18+
version: 1.7.0
1919
- uses: julia-actions/julia-buildpkg@master
2020
- run: julia --project src/StackOverflowBot.jl ${{ secrets.JuliaLangSlackEndPoint }}
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Stackoverflow and Slack
1+
# Stack Overflow, Twitter, and Slack
22
Integration between Stackoverflow, Twitter, and Slack for the JuliaLang.slack.com workspace.
33

44
Every 30 minutes, a GitHub Action will run, which pings the StackOverflow API for new [Julia tagged questions](https://stackoverflow.com/questions/tagged/julia).

0 commit comments

Comments
 (0)