Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Nov 21, 2023
1 parent c8ee28d commit 19470e8
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 32 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.14.x
otp: 25
- elixir: 1.15.x
otp: 26
env:
MIX_ENV: test
LOKALISE_API_TOKEN: 123abc
Expand All @@ -24,7 +24,7 @@ jobs:
OAUTH2_REFRESH_TOKEN: 123abc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand Down
36 changes: 19 additions & 17 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,31 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
colorator (1.1.0)
commonmarker (0.23.8)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
dnsruby (1.61.9)
simpleidn (~> 0.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
faraday (2.7.4)
execjs (2.9.1)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
ffi (1.16.3-x64-mingw-ucrt)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (228)
Expand Down Expand Up @@ -87,7 +89,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -210,20 +212,20 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.17.0)
nokogiri (1.14.2-x64-mingw-ucrt)
minitest (5.20.0)
nokogiri (1.15.5-x64-mingw-ucrt)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rexml (3.2.6)
rouge (3.26.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand All @@ -241,18 +243,18 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2022.7)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf_ext (0.0.9.1-x64-mingw-ucrt)
unicode-display_width (1.8.0)
wdm (0.1.1)
zeitwerk (2.6.7)
zeitwerk (2.6.12)

PLATFORMS
x64-mingw-ucrt
Expand All @@ -268,4 +270,4 @@ DEPENDENCIES
wdm (~> 0.1.0)

BUNDLED WITH
2.4.7
2.4.22
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/billing_details_create.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "{\"billing_email\":\"[email protected]\",\"country_code\":\"LV\",\"zip\":\"LV-0123\"}",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "post",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/billing_details_find.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "get",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/billing_details_update.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "{\"billing_email\":\"[email protected]\",\"country_code\":\"LV\",\"zip\":\"LV-7890\"}",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "put",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/file_delete.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "delete",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/oauth2_projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"Authorization": "***"
},
"method": "get",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/oauth2_refresh.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "{\"client_id\":\"client_id\",\"client_secret\":\"client_secret\",\"grant_type\":\"refresh_token\",\"refresh_token\":\"refresh\"}",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0"
"User-Agent": "elixir-lokalise-api package/3.0.0"
},
"method": "post",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/oauth2_token.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "{\"client_id\":\"client_id\",\"client_secret\":\"client_secret\",\"code\":\"360b74aa97287b03e8854d443a3fe184e761106b\",\"grant_type\":\"authorization_code\"}",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0"
"User-Agent": "elixir-lokalise-api package/3.0.0"
},
"method": "post",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/segment_find.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "get",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/segment_find_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "get",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/segment_update.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "{\"is_reviewed\":true,\"value\":\"Sample text from Elixir\"}",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "put",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/segments_all.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "get",
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/cassettes/segments_all_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"body": "",
"headers": {
"Accept": "application/json",
"User-Agent": "elixir-lokalise-api package/2.1.0",
"User-Agent": "elixir-lokalise-api package/3.0.0",
"X-Api-Token": "***"
},
"method": "get",
Expand Down

0 comments on commit 19470e8

Please sign in to comment.